@charset "UTF-8";

html {
	font-size: 100%;
	height: 100%;
	width: 100%;
	outline: none;
}

body {
	background: #FFF;
    font-family: arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #373737;
	line-height: 26px;
	text-align: left;
	margin: auto;
	width: 100%;
	height: 100%;
	outline: none;
    overflow-x: hidden;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@-webkit-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-moz-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-o-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}


a:hover {
	text-decoration: none;
}

ul, 
ol {
	padding-left: 0;
	margin: 0
}

li {
	list-style: none;
}

textarea:focus, 
input:focus {
	color: #666;
}

iframe, 
embed, 
object {
	max-width: 100%;
	width: 100%;
	height: 100%;
}
/* Other Fixes */
*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-spacing: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: normal;
    font-family: arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	-webkit-tap-highlight-color: transparent;
	outline: 0 !important;
	text-decoration:none;
	color:#333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	color: #fff;
	background: #a3a3a3;
}

::-moz-selection {
	color: #fff;
	background: #a3a3a3;
}

::-webkit-input-placeholder {
	color: #838383;
	text-overflow: ellipsis;
}

:-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

::-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

/* ==========================================================================
 Typography
========================================================================== */

h1, 
h2 {
	font-weight: normal;
}

h1 {
	font-size: 45px;
	line-height: 60px;
	font-weight: 400;
	font-family:arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	text-transform: none;
	margin: 0;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	font-family:arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	text-transform: none;
	margin: 0;
}

h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}

h4 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	font-family:arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	text-transform: none;
	margin: 0;
}

h5 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	font-family:arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	text-transform: none;
	margin: 0;
}

h6 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}

/* ==========================================================================
 Background Color
========================================================================== */

.gray-bg {
	background-color: #f3f3f3;
}

.color-overlay {
	position: relative;
	height: 100%;
	width: 100%
}

/* ==========================================================================
 Floats and Margins
========================================================================== */

/* Float */
.text-left{
	text-align:left !important;
}
.text-right{
	text-align:right !important;
}
.text-center{
	text-align:center !important;
}
.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.clear-both {
    clear: both !important;
    float: none !important;
    margin: 0px !important;
    width: 0px !important;
    height: 0px !important;
    border: none !important;
    padding: 0 !important;
    min-height: auto !important;
}

.clearfix:before{
    display: table;
    content: " ";
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}

/* ==========================================================================
Sections
========================================================================== */

section {
    overflow: hidden;
    position: relative;
	background:#fff;
    z-index: 9;
}
.nr-cz{
    vertical-align: middle;
    display: table-cell;
}
.nr-djz{
    position: relative;
    max-width: 1365px;
    margin: 0 auto;
}
.isotope, 
.isotope .portfolio-item, 
.isotope .post-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}
.align-center{
	text-align:center;
	line-height:0;
	font-size:0;
}
.align-left{
	text-align:left;
	line-height:0;
	font-size:0;
}
.align-right{
	text-align:right;
	line-height:0;
	font-size:0;
}
.align-left li,.align-right li,.align-center li{
	display:inline-block;
}
.pagerMain{
    text-align: center;
    margin-top: 20px;
}
.pagerMain a{
	width:auto;
	padding:0 15px;
	height:30px;
	border:1px solid #e4e4e4;
	line-height:30px;
    background: #fff;
	color:#666666;
	font-size:13px;
	display:inline-block;
	border-radius:2px;
	font-family:"宋体";
	margin:5px;
	border-radius:4px;
}
.pagerMain a.page_current{
	color:#fff;
	background:#0062ee;
	border:1px solid #0062ee;
}
.pagerMain a:hover{
	background:#0062ee;
	color:#fff;
}
.jjbq-box{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jjbq-box li{
    -webkit-box-flex: 0;
}

.container{
	max-width:1175px;
	padding:0 15px;
	margin:0 auto;
}
em{
	font-style:normal;
}
img{
    -webkit-user-drag: none;
	vertical-align: middle;
	max-width: 100%;
}
.time4{
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.ho_til{
    width: 100%;
    text-align: center;
	margin: 40px 0 20px 0;
	position: relative;
}
.ho_til h2{
    color: #a0d5ec;
	font-size:90px;
	font-family: "typoup";
    line-height: 120px;
}
.white_til.ho_til h2{
	color: #fff;
	text-align: left;
}
.flex_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 10;
}

/* Header */
header {
    z-index: 999;
    position: relative;
    width: 100%;
}
.navbar{
    width: auto;
    z-index: 99;
    position: relative;
}
.head-box {	
    height: 130px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
	background-image: -webkit-linear-gradient(90deg, #fcfcfc, #d6d6d6); 
}
.logo{
	width: 270px;
    z-index: 50;
    float: left;
	height: 130px;
}
.logo a{
	height:130px;
}
.tel_right{
	float:right;
	width:334px;
}
.tel_one{
	margin:30px 0 16px 0;
}
.tel_one li{
	color:#000000;
	font-size:14px;
	line-height:25px;
	padding-right:10px;
}
.search{
    width: 161px;
    height: 25px;
    border: 1px solid #939393;
    border-radius: 5px;
    line-height: 25px;
    float: left;
}
.search input{
	width:125px;
	padding-left:10px;
	font-size:13px;
	line-height:25px;
	color:#8d8d8d;
	float:left;
	background:none;
}
.search button{
	width:30px;
	float:right;
    background: none;
	margin-top:2px;
}
.lanager{
    width: 160px;
    float: right;
    background: url(../images/lanager_icon.png) no-repeat left center;
    padding-left: 25px;
    color: #3a3a3a;
    font-size: 10px;
}
.lanager a{
	color:#3a3a3a;
	font-size:10px;
	line-height:25px;
}

.nav-tab{
    position: relative;
	z-index: 9;
	width: 100%;
	background:#232323;
}
.nav-tab .sub-li{
	position: relative;
}
.nav-tab .sub-li.nav2{
	padding-right:340px;
}
.nav-tab .sub-li a{
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    display: block;
	padding:0 15px;
	position:relative;
	z-index:999;
}
.nav-tab .sub-li:hover a.menu-links,.nav-tab .sub-li.current a.menu-links{
	background:#0062ee;
}
.nav-tab .sub-li:hover a.menu-links:after,.nav-tab .sub-li.current a.menu-links:after{
	content:"";
	position:absolute;
	width:100%;
	height:20px;
	background:url(../images/xl_menu_jt.png) no-repeat bottom center;
	left:0;
	bottom:-20px;
	z-index:999;
}

.sub-menu {
    position: absolute;
    background: #f7f7f7;
    top: 53px;
    z-index: 998;
    text-align: left;
    display: none;
    left: -10%;
    width: 120%;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	border-left:6px solid #a2a2a2;
	border-right:6px solid #a2a2a2;
	border-bottom:6px solid #a2a2a2;
}
.nav-tab .sub-li:nth-of-type(6) .sub-menu {
    min-width: 130%;
    left: -15%;
}
.nav-tab .sub-li:nth-of-type(7) .sub-menu {
    min-width: 180%;
    left: -40%;
}
.nav-tab .sub-menu li:first-child a{
	padding-top:20px;
}
.nav-tab .sub-menu li {
    display: block;
    line-height: 40px;
	border-bottom:2px solid #afcbf4;
}
.nav-tab .sub-menu li:last-child{
	border-bottom:none;
}
.nav-tab .sub-menu li a {
	line-height: 35px;
	font-size:14px;
	color:#000;
	padding:0 10px;
}
.nav-tab .sub-menu li:hover a{
	color: #fff;
	background:#0062ee;
}


/*foot*/
#footer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-repeat: repeat;
    background-position: 0 0;
    text-align: left;
    z-index: 0;
    margin-top: 5px;
	background:#232323;
	padding:20px 0;
}
.foot_left{
	float:left;
}
.foot_left ul li a{
	color:#fff;
	font-size:13px;
	line-height:20px;
	padding-right:10px;
	position:relative;
}
.foot_left ul li a:after{
	content:"/";
	position:absolute;
	right:4px;
	top:-2px;
	color:#fff;
	font-size:13px;
	line-height:20px;
}
.foot_left ul li:last-child a:after{
	display:none;
}
.foot_left .copyright{
	text-align:center;
	color:#bebebe;
	font-size:20px;
	line-height:30px;
	padding-top:5px;
}
.foot_right {
	float:right;
}
.foot_right .follow{
	float:left;
	width:80%;
}
.foot_right .follow h5{
	color:#00b6f2;
	font-size:14px;
	line-height:25px;
}
.foot_right .follow ul{
	margin:0 -2px;
}
.foot_right .follow ul li{
    width: 16.66%;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}
.foot_right .follow ul li a{
	display:inline-block;
	margin:0 2px;
}
.foot_right .follow ul li a img{
	max-width:42px;
	width:80%;
}
.foot_right .ewm{
	float:right;
	width:20%;
}

/*float*/
.float_left{
	position:fixed;
	left:0;
	top:190px;
	z-index:9999;
	background:#004bb4;
	width:60px;
}
.float_left li{
	text-align:center;
	min-height:70px;
	border-bottom:1px solid #005ada;
	position:relative;
}
.float_left li:last-child{
	border-bottom:none;
}
.float_left li a>img,.float_left li>div>img{
	padding-top:12px;
}
.float_left li.float_lang .lang_box{
	position: absolute;
    left: 60px;
    top: 0;
    width: 120px;
    background: #004bb4;
	height:70px;
	display:none;
}
.float_left li.float_lang .lang_box a{
	color:#fff;
	font-size:14px;
	line-height:35px;
}

.float_right{
	position:fixed;
	right:0;
	top:190px;
	z-index:9999;
}
.float_right li{
	width:100%;
}
.mob_tel_right{
	position: absolute;
	right: 15px;
	top: 40px;
}
.mob_tel_right li{
	width: 40px;
	height: 40px;
	margin-left: 10px;
	background: #0062ee;
	cursor: pointer;
}
.mob_tel_right li span{
    height: 100%;
    width: 100%;
}
.mob_lanager,.mob_tel_right,.phone_banner{
	display: none;
}
.mob_tel_right .mob_nav_btn_close{
    display: none;
    z-index: 99;
    position: absolute;
    right: 0;
    top: 0;
}
.mob_lanager {
	margin-top: 40px;
}
.mob_lanager li{
	margin: 0 10px;
}
.mobsearch{
	position: absolute;
	width: 100%;
	height: 40px;
	top: 130px;
	text-align: center;
	background: #0062ee;
	left: 0;
	height: 0;
	overflow: hidden;
}
.mobsearch_box{
	margin-top: 5px;
}
.mobsearch input{
	width: 40%;
	max-width: 180px;
	min-width: 160px;
	height: 30px;
	background: #fff;
}
.mobsearch .Ikeyword_button{
	width: 30px;
	height: 30px;
}
.mobsearch.animate{
	opacity: 1;
	height: 40px;
}
/*media*/
@media screen and (max-width:1200px){
	.float_left,.float_right,.tel_right{
		display: none;
	}
	.mob_lanager,.mob_tel_right{
		display: block;
	}
	.nav-tab{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 180px;
		z-index: 98;
		display: none;
	}
	.open .mob_nav_btn_close{
		display: block;
	}
	.nav-tab .sub-li{
		width: 100%;
	}
	.nav-tab .sub-li:hover a.menu-links:after, .nav-tab .sub-li.current a.menu-links:after{
		display: none !important;
	}
	.sub-menu{
		display: none !important;
	}
}

@media screen and (max-width:1140px){
	.white_til h2{
		font-size: 18px;
		font-weight: 700;
	}

	.foot_left{
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.foot_left .align-left{
		text-align: center;
	}
	.foot_right{
		width: 50%;
		margin: 0 auto;
		float: none;
	}

}

@media screen and (max-width:1000px){
	.othermian2,.othermian3{
		display: none;
	}	
	.other ul li.other_box{
		width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.pro_fl{
		width: 100%;
		float: none;
	}
	.ny_pro_box{
		width: 100%;
		float: none;
	}
	.c_nav2 {
		display: none;
	}
	.pro_search{
		float: none;
	}
	.pro_fl_box h3{
		text-align: center;
	}
	.pro_fl_box {
		padding-bottom: 0;
	}
	.c_nav ul{
		text-align: center;
		font-size: 0;
		line-height: 0;
	}
	.c_nav ul li{
		display: inline-block;
		padding: 0 10px;
		border-radius: 5px;
		margin: 5px;
		background: #005ada
	}
	.c_nav ul li a{
		color: #fff;
	}
	.pro_likes{
		display: none;
	}
	.ny_prode_box{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.pro_detail .pro_fl.pro_de_fl{
		float: none;
	}
}

@media screen and (max-width:850px){
	.banner {
		display: none;
	}
	.banner.phone_banner,.ny_ban.banner{
		display: block;
	}
	.pro ul{
		justify-content: center;
	}
	.pro ul li{
		width: 33.33%;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.video_box p{
		-webkit-line-clamp: 5;
	}
}

@media screen and (max-width:800px){
	.swiper-container3 .flex_w{
		display: block;
	}
	.arrival_left,.arr_right{
		width: 100%;
	}
	.arrival_left h3{
		font-size: 18px;
		margin-top: 20px;
	}
	.arr_right{
		text-align: center;
	}
}

@media screen and (max-width:780px){
	.products ul li .products_font{
		margin-top: 10px;
	}
	.products ul li .products_font h2 a{
		font-size: 15px;
	}
	.products ul{
		margin: 0 -5px;
	}
	.products ul li .products-box{
		margin: 0 5px;
	}	
	.video_left{
		width: 80%;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.video_right{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.video{
		padding-bottom: 0;
	}

	.news_dbox li .news_left{
		width: 35%;
	}
	.news_dbox li .news_right{
		width: 63%;
	}
}

@media screen and (max-width:700px){
	.prode_left{
		width: 100%;
		float: none;
	}
	.prode_right{
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.pro_mess em, .pro_mess span{
		width: 100%;
		display: block;
		float: none;
		font-size: 15px;
		line-height: 25px;
	}
	.pro_mess input,.pro_mess textarea{
		width: 100%;
		margin-left:0;
		float: none;
		max-width: 100%;
		min-width: 100%;
	}
}

@media screen and (max-width:640px){
	.foot_right{
		display: none;
	}
	.foot_left{
		margin-bottom: 0;
	}
	.foot_left .copyright{
		font-size: 15px;
	}
}

@media screen and (max-width:600px){
	.head-box{
		height: 80px
	}
	.mobsearch{
		top: 80px;
	}
	.logo,.logo a{
		height: 80px;
		width: 150px;
	}
	.mob_tel_right{
		top: 20px;
	}
	.products .products_til{
		padding: 20px 0;
	}

	.honor h2,.pro_til h2{
		font-size: 20px;
	}
	.honor ul{
		margin: 0 -10px;
	}
	.honor ul li img{
		padding: 0 10px;
	}
	.c_nav ul li{
		padding: 0 5px;
	}
	.c_nav ul li a{
		font-size: 13px;
		padding: 5px;
	}
	.ny_pro_til h3 span{
		display: none;
	}
	.pro_dbox li,.pro_viewed ul li,.ab_honor ul li{
		width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.ny_ban.banner,.banner_box{
		height: 260px;
	}



}

@media screen and (max-width:500px){
	.products ul li .products_font h2{
		width: 100%;
	}
	.products ul li .products_font h2{
		font-size: 13px;
	}
	.products{
		padding: 20px 0;
	}

	.pro ul li{
		width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pro ul li:nth-child(5){
		display: none;
	}

	.other ul li.other_box{
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
	}
	.othermian4{
		margin-top: 25px;
	}

	.pro_de_til li{
		padding: 0 10px;
	}

	.news_de_til h2,.news_xgnr h3{
		font-size: 18px;
	}
}

















































































